Getting Started with PCC > Configuration > Adjusting Office Conversion Settings for Optimal Performance |
Prizm Services use an internal component called Office Conversion Service for converting Office documents, such as Word, PowerPoint and Excel.
To customize Office Conversion Service settings, edit the Watchdog
configuration file located in the following default directories:
To achieve optimal performance for document conversion, please consider adjusting values for the following parameters:
Example |
Copy Code
|
---|---|
"officeConversionService": { ... "officeInstanceCount":4, "threadCount":8, "officePortCount":16, ... }, |
The Office Conversion Service can be configured to automatically use optimized values for above mentioned parameters. Just set the value "auto" to the required parameter:
Example |
Copy Code
|
---|---|
"officeConversionService": { ... "officeInstanceCount":"auto", "threadCount":"auto", "officePortCount":"auto", ... }, |
The logic for handling "auto" parameters:
The Office Conversion Service performs case sensitive comparison for "auto" value. |